github.com/andybalholm/brotli.Reader.dictionary (field)
5 uses
github.com/andybalholm/brotli (current package)
decode.go#L1871: var words *dictionary = s.dictionary
decode.go#L1873: var offset int = int(s.dictionary.offsets_by_length[i])
decode.go#L1874: var shift uint32 = uint32(s.dictionary.size_bits_by_length[i])
state.go#L176: dictionary *dictionary
state.go#L241: s.dictionary = getDictionary()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |